home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / TEMPLDEF.PAK / AFXCOLL2.H < prev    next >
C/C++ Source or Header  |  1997-05-06  |  1KB  |  35 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Special include for Win32s compatibility
  3. //
  4. // This is a part of the Microsoft Foundation Classes C++ library.
  5. // Copyright (C) 1992-1995 Microsoft Corporation
  6. // All rights reserved.
  7. //
  8. // This source code is only intended as a supplement to the
  9. // Microsoft Foundation Classes Reference and related
  10. // electronic documentation provided with the library.
  11. // See these sources for detailed information regarding the
  12. // Microsoft Foundation Classes product.
  13.  
  14. #ifdef _AFX_PACKING
  15. #pragma pack(pop)
  16. #endif
  17.  
  18. #ifndef __AFXSTATE_H__
  19.     #include <afxstat_.h>    // for MFC private state structures
  20. #endif
  21.  
  22. /////////////////////////////////////////////////////////////////////////////
  23. // Inline function declarations
  24.  
  25. #ifdef _AFX_ENABLE_INLINES
  26. #define _AFXCOLL_INLINE inline
  27. #include <afxcoll.inl>
  28. #endif
  29.  
  30. #undef AFX_DATA
  31. #define AFX_DATA
  32. #endif //!__AFXCOLL_H__
  33.  
  34. /////////////////////////////////////////////////////////////////////////////
  35.